| *.mo // Binary/compiled version of some translated messages (bg)
| *.ini // Config for PoEdit
.
.
.
\---en // en = English Language Folder (do not modify, use as template)
|
\---LC_MESSAGES // English Language Folder (Templates)
default.po // Global script template (POT-file)
PluginClassName.po // Plugin template (POT-file)
...
*.ini // Config for PoEdit
To translate FMA in new language (or to update translation):
1. Download and install PoEdit (v1.3.1 or later) for Windows. (http://poedit.sourceforge.net)
2. Create new (if do not exist) subfolder in folder "locale" with name language code (see languagecodes.po). Or simply copy some existing language subfolder. Create/Edit flag.bmp,
3. Download latest POT (template) files from CVS. CVS-paths:
5. Update previous translations with new template (use "Catalog|Update from POT file" in PoEdit main menu).
6. If create new translation, update template language form English to your new language (use Catalog|Settings /Language combobox/ in PoEdit main menu).
7. Translate untranslated messages (use PoEdit).
8. Test translation (Compile all po-files to mo-files with PoEdit or dxgettext. Start FMA with param -Lang=<language code> or select new language from Option menu and restart program).
9. Send translations to your language coordinator (send all files).
10. (Language coordinators/developers ONLY) Upload translation to CVS (Do not upload *.po in binary mode, skip cvs warnings; Do not upload *.mo files).